String[].Equals (gb)
Function Equals ( Array As String[] ) As Boolean
Return if the array has the same contents as
Array.
The arrays must have the same dimensions and the same number of elements.
Do not forget that there is an automatic conversion if Array has not the same datatype.